2 implementations of Supports
System (2)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
3133public bool Supports(GeneratorSupport support) {
compmod\system\codedom\compiler\CodeGenerator.cs (1)
382bool ICodeGenerator.Supports(GeneratorSupport support) {
1 reference to Supports
System (1)
compmod\system\codedom\compiler\CodeDOMProvider.cs (1)
205return CreateGeneratorHelper().Supports(generatorSupport);