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