1 write to _implementationTypes
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.CodeDom\System\CodeMemberProperty.cs (1)
58
_implementationTypes
= new CodeTypeReferenceCollection();
2 references to _implementationTypes
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\System\CodeMemberProperty.cs (2)
56
if (
_implementationTypes
== null)
60
return
_implementationTypes
;