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