3 references to EntryPointMethod
PresentationBuildTasks (1)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (1)
3091
if (codeProvider.Supports(GeneratorSupport.
EntryPointMethod
))
System (2)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
116
GeneratorSupport.
EntryPointMethod
|
compmod\microsoft\visualbasic\VBCodeProvider.cs (1)
117
private const GeneratorSupport LanguageSupport = GeneratorSupport.
EntryPointMethod
|