3 writes to m_throwOnRelative
mscorlib (3)
system\security\util\stringexpressionset.cs (3)
71m_throwOnRelative = throwOnRelative; 94copy.m_throwOnRelative = this.m_throwOnRelative; 100this.m_throwOnRelative = throwOnRelative;
5 references to m_throwOnRelative
mscorlib (5)
system\security\util\stringexpressionset.cs (5)
94copy.m_throwOnRelative = this.m_throwOnRelative; 170if (m_throwOnRelative) 197Contract.Assert( m_throwOnRelative, "This should only be called when throw on relative is set" ); 270if (m_throwOnRelative) 335if (m_throwOnRelative)