5 references to NameProperty
System.Runtime.Serialization.Schema (5)
System\Runtime\Serialization\Schema\CodeExporter.cs (5)
799
dataContractAttribute.Arguments.Add(new CodeAttributeArgument(ImportGlobals.
NameProperty
, new CodePrimitiveExpression(dataContractName)));
865
dataMemberAttribute.Arguments.Add(new CodeAttributeArgument(ImportGlobals.
NameProperty
, new CodePrimitiveExpression(dataMemberName)));
1082
dataContractAttribute.Arguments.Add(new CodeAttributeArgument(ImportGlobals.
NameProperty
, new CodePrimitiveExpression(dataContractName)));
1242
collectionContractAttribute.Arguments.Add(new CodeAttributeArgument(ImportGlobals.
NameProperty
, new CodePrimitiveExpression(dataContractName)));
1892
ImportGlobals.
NameProperty
);