5 references to NameProperty
System.Runtime.Serialization.Schema (5)
System\Runtime\Serialization\Schema\CodeExporter.cs (5)
812
dataContractAttribute.Arguments.Add(new CodeAttributeArgument(ImportGlobals.
NameProperty
, new CodePrimitiveExpression(dataContractName)));
879
dataMemberAttribute.Arguments.Add(new CodeAttributeArgument(ImportGlobals.
NameProperty
, new CodePrimitiveExpression(dataMemberName)));
1097
dataContractAttribute.Arguments.Add(new CodeAttributeArgument(ImportGlobals.
NameProperty
, new CodePrimitiveExpression(dataContractName)));
1261
collectionContractAttribute.Arguments.Add(new CodeAttributeArgument(ImportGlobals.
NameProperty
, new CodePrimitiveExpression(dataContractName)));
1914
ImportGlobals.
NameProperty
);