1 write to _typeArguments
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.CodeDom\System\CodeTypeReference.cs (1)
410
_typeArguments
= new CodeTypeReferenceCollection();
2 references to _typeArguments
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\System\CodeTypeReference.cs (2)
408
if (
_typeArguments
== null)
412
return
_typeArguments
;