1 write to _ctxProps
mscorlib (1)
system\runtime\remoting\context.cs (1)
263
_ctxProps
= GrowPropertiesArray(_ctxProps);
18 references to _ctxProps
mscorlib (18)
system\runtime\remoting\context.cs (18)
215
if (
_ctxProps
== null || name == null)
222
if (
_ctxProps
[i].Name.Equals(name))
224
prop =
_ctxProps
[i];
258
CheckPropertyNameClash(prop.Name,
_ctxProps
, _numCtxProps);
261
if (
_ctxProps
== null || _numCtxProps ==
_ctxProps
.Length)
263
_ctxProps = GrowPropertiesArray(
_ctxProps
);
266
_ctxProps
[_numCtxProps++] = prop;
278
_ctxProps
[i].Freeze(this);
319
if (
_ctxProps
== null)
326
Array.Copy(
_ctxProps
, retProps, _numCtxProps);
374
prop =
_ctxProps
[iSink];
419
_ctxProps
[iSink].Name + Environment.NewLine);
422
prop =
_ctxProps
[iSink];
427
_ctxProps
[iSink].Name + Environment.NewLine);
465
prop =
_ctxProps
[iSink];
500
prop =
_ctxProps
[iSink];
551
prop =
_ctxProps
[iProp];