3 references to ExtensionDataObjectFieldName
System.Runtime.Serialization (3)
System\Runtime\Serialization\CodeExporter.cs (3)
1872extensionDataObjectField.Name = Globals.ExtensionDataObjectFieldName; 1889propertyGet.Expression = new CodeFieldReferenceExpression(ThisReference, Globals.ExtensionDataObjectFieldName); 1893propertySet.Left = new CodeFieldReferenceExpression(ThisReference, Globals.ExtensionDataObjectFieldName);