1 write to s_surrogateDataAnnotationName
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaExporter.cs (1)
234
s_surrogateDataAnnotationName
= new XmlQualifiedName(Globals.SurrogateDataLocalName, Globals.SerializationNamespace);
2 references to s_surrogateDataAnnotationName
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaExporter.cs (2)
233
if (
s_surrogateDataAnnotationName
== null)
235
return
s_surrogateDataAnnotationName
;