1 instantiation of VBMemberAttributeConverter
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.CodeDom\Microsoft\VBCodeProvider.cs (1)
3353s_defaultConverter = new VBMemberAttributeConverter();
3 references to VBMemberAttributeConverter
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.CodeDom\Microsoft\VBCodeProvider.cs (3)
95return VBMemberAttributeConverter.Default; 3340private static volatile VBMemberAttributeConverter s_defaultConverter; 3347public static VBMemberAttributeConverter Default