1 write to s_defaultConverter
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.CodeDom\Microsoft\VBCodeProvider.cs (1)
3434
s_defaultConverter
= new VBTypeAttributeConverter();
2 references to s_defaultConverter
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\Microsoft\VBCodeProvider.cs (2)
3432
if (
s_defaultConverter
== null)
3436
return
s_defaultConverter
;