4 references to NameProperty
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (4)
816
dataContractAttribute.Arguments.Add(new CodeAttributeArgument(Globals.
NameProperty
, new CodePrimitiveExpression(dataContractName)));
882
dataMemberAttribute.Arguments.Add(new CodeAttributeArgument(Globals.
NameProperty
, new CodePrimitiveExpression(dataMemberName)));
1075
dataContractAttribute.Arguments.Add(new CodeAttributeArgument(Globals.
NameProperty
, new CodePrimitiveExpression(dataContractName)));
1165
collectionContractAttribute.Arguments.Add(new CodeAttributeArgument(Globals.
NameProperty
, new CodePrimitiveExpression(dataContractName)));