4 references to _isReadOnlyMethod
System.Xaml (4)
System\Xaml\Schema\TypeReflector.cs (4)
92
_isReadOnlyMethod
.Value = null;
233
get { return
_isReadOnlyMethod
.Value; }
234
set {
_isReadOnlyMethod
.Value = value; }
237
internal bool IsReadOnlyMethodIsSet { get { return
_isReadOnlyMethod
.IsSet; } }