2 instantiations of PropertyToken
mscorlib (2)
system\reflection\emit\propertytoken.cs (1)
27
public static readonly PropertyToken Empty = new
PropertyToken
();
system\reflection\emit\typebuilder.cs (1)
2192
PropertyToken prToken = new
PropertyToken
(DefineProperty(
12 references to PropertyToken
mscorlib (12)
system\reflection\emit\propertybuilder.cs (3)
48
PropertyToken
prToken, // the metadata token for this property
87
public
PropertyToken
PropertyToken
297
private
PropertyToken
m_prToken; // The token of this property
system\reflection\emit\propertytoken.cs (8)
27
public static readonly
PropertyToken
Empty = new PropertyToken();
48
if (obj is
PropertyToken
)
49
return Equals((
PropertyToken
)obj);
54
public bool Equals(
PropertyToken
obj)
59
public static bool operator ==(
PropertyToken
a,
PropertyToken
b)
64
public static bool operator !=(
PropertyToken
a,
PropertyToken
b)
system\reflection\emit\typebuilder.cs (1)
2192
PropertyToken
prToken = new PropertyToken(DefineProperty(