1 write to _typeArguments
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.CodeDom\System\codemethodreferenceexpression.cs (1)
103
_typeArguments
= new CodeTypeReferenceCollection();
2 references to _typeArguments
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\System\codemethodreferenceexpression.cs (2)
101
if (
_typeArguments
== null)
105
return
_typeArguments
;