4 references to _isReadOnlyMethod
System.Xaml (4)
System\Xaml\Schema\TypeReflector.cs (4)
90
_isReadOnlyMethod
.Value = null;
226
get { return
_isReadOnlyMethod
.Value; }
227
set {
_isReadOnlyMethod
.Value = value; }
230
internal bool IsReadOnlyMethodIsSet { get { return
_isReadOnlyMethod
.IsSet; } }