2 overrides of Type
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CSharpCompiler.cs (1)
305internal override Type Type
Microsoft.CodeAnalysis.VisualBasic (1)
CommandLine\VisualBasicCompiler.vb (1)
221Friend Overrides ReadOnly Property Type As Type
2 references to Type
Microsoft.CodeAnalysis (2)
CommandLine\CommonCompiler.cs (2)
153return GetProductVersion(Type); 198return Type.GetTypeInfo().Assembly.GetName().Version;