4 references to ArrayPrefix
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (1)
1153string expectedTypeName = Globals.ArrayPrefix + itemContract.StableName.Name;
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContract.cs (3)
1613string arrayOfPrefix = Globals.ArrayPrefix + GetArrayPrefix(ref itemType); 1628arrayOfPrefix += Globals.ArrayPrefix; 1647string name = Globals.ArrayPrefix + itemName.Name;