7 writes to m_argumentType
mscorlib (7)
system\reflection\customattribute.cs (7)
823m_argumentType = argumentType; 833m_argumentType = value.GetType(); 856m_argumentType = ResolveType(scope, encodedArg.CustomAttributeType.EnumName); 861m_argumentType = typeof(string); 866m_argumentType = typeof(Type); 887m_argumentType = elementType.MakeArrayType(); 904m_argumentType = CustomAttributeEncodingToType(encodedType);
2 references to m_argumentType
mscorlib (2)
system\reflection\customattribute.cs (2)
915if (m_argumentType == null) 965return m_argumentType;