3 references to AssemblyName
System.Private.Xml (3)
System\Xml\Serialization\Compilation.cs (3)
191
if (assemblyAttribute.
AssemblyName
!= null && assemblyAttribute.CodeBase != null)
195
if (assemblyAttribute.
AssemblyName
!= null)
197
serializerName = assemblyAttribute.
AssemblyName
;