1 write to ParameterTypes
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeGenerator.cs (1)
2872
this.
ParameterTypes
= parameterTypes;
2 references to ParameterTypes
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeGenerator.cs (2)
2880
Debug.Assert(this.
ParameterTypes
.Length == parameterTypes.Length);
2883
Debug.Assert(this.
ParameterTypes
[i] == parameterTypes[i]);