3 references to c_UpdatableFlags
System (3)
net\System\_UriSyntax.cs (3)
248
if (((flags &
c_UpdatableFlags
) == 0) || !m_UpdatableFlagsUsed)
255
mergedFlags = (m_Flags & (~
c_UpdatableFlags
)) | m_UpdatableFlags;
370
Debug.Assert((flags & (~
c_UpdatableFlags
)) == 0, "Only updatable flags can be set.");