4 references to urtAssembly
mscorlib (4)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (1)
127if (Assembly.GetAssembly(type) == Converter.urtAssembly)
system\runtime\serialization\formatters\binary\binaryconverter.cs (2)
181if (type.Assembly == urtAssembly) 511internal static String urtAssemblyString = urtAssembly.FullName;
system\runtime\serialization\formatters\binary\binaryparser.cs (1)
62systemAssemblyInfo = new BinaryAssemblyInfo(Converter.urtAssemblyString, Converter.urtAssembly);