1 write to m_con
mscorlib (1)
system\reflection\emit\customattributebuilder.cs (1)
133m_con = con;
19 references to m_con
mscorlib (19)
system\reflection\emit\assemblybuilder.cs (5)
379if (attribute.m_con.DeclaringType == typeof(SecurityTransparentAttribute)) 383else if (attribute.m_con.DeclaringType == typeof(SecurityCriticalAttribute)) 402else if (attribute.m_con.DeclaringType == typeof(SecurityRulesAttribute)) 407else if (attribute.m_con.DeclaringType == typeof(SecurityTreatAsSafeAttribute)) 413else if (attribute.m_con.DeclaringType == typeof(AllowPartiallyTrustedCallersAttribute))
system\reflection\emit\assemblybuilderdata.cs (9)
146Type conType = m_CABuilders[i].m_con.DeclaringType; 159m_CABuilders[i].m_con.ReflectedType.Name)); 175m_CABuilders[i].m_con.ReflectedType.Name)); 198m_CABuilders[i].m_con.ReflectedType.Name)); 214m_CABuilders[i].m_con.ReflectedType.Name)); 224m_CABuilders[i].m_con.ReflectedType.Name)); 234m_CABuilders[i].m_con.ReflectedType.Name)); 248m_CABuilders[i].m_con.ReflectedType.Name)); 262m_CABuilders[i].m_con.ReflectedType.Name));
system\reflection\emit\customattributebuilder.cs (3)
532CreateCustomAttribute(mod, tkOwner, mod.GetConstructorToken(m_con).Token, false); 545return mod.InternalGetConstructorToken(m_con, true).Token; 555typeof(System.Diagnostics.DebuggableAttribute) == m_con.DeclaringType);
system\reflection\emit\methodbuilder.cs (2)
1207if (IsKnownCA(customBuilder.m_con)) 1208ParseCA(customBuilder.m_con, customBuilder.m_blob);