1 instantiation of VBTypeAttributeConverter
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.CodeDom\Microsoft\VBCodeProvider.cs (1)
3434s_defaultConverter = new VBTypeAttributeConverter();
3 references to VBTypeAttributeConverter
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.CodeDom\Microsoft\VBCodeProvider.cs (3)
99return VBTypeAttributeConverter.Default; 3419private static volatile VBTypeAttributeConverter s_defaultConverter; 3428public static VBTypeAttributeConverter Default