2 writes to _codeProvider
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaImporter.cs (2)
54
_codeProvider
= codeProvider;
75
_codeProvider
= new Microsoft.CSharp.CSharpCodeProvider();
2 references to _codeProvider
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaImporter.cs (2)
74
if (
_codeProvider
== null)
76
return
_codeProvider
;