3 references to AssemblyName
System.Private.Xml (3)
System\Xml\Serialization\Compilation.cs (3)
190
if (assemblyAttribute.
AssemblyName
!= null && assemblyAttribute.CodeBase != null)
194
if (assemblyAttribute.
AssemblyName
!= null)
196
serializerName = assemblyAttribute.
AssemblyName
;