1 write to _implementationTypes
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.CodeDom\System\CodeMemberMethod.cs (1)
142
_implementationTypes
= new CodeTypeReferenceCollection();
2 references to _implementationTypes
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\System\CodeMemberMethod.cs (2)
140
if (
_implementationTypes
== null)
150
return
_implementationTypes
;