Exemplo n.º 1
0
 public LeeLineDirectiveMap(SyntaxTree syntaxTree)
     : base(syntaxTree)
 {
 }
Exemplo n.º 2
0
 public LeePragmaWarningStateMap(SyntaxTree syntaxTree, bool isGeneratedCode) :
     base(syntaxTree, isGeneratedCode)
 {
 }