2 writes to _scalarLength
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\PropertyValue.cs (2)
73
_scalarLength
= 0;
80
_scalarLength
= scalarLength;
4 references to _scalarLength
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\PropertyValue.cs (4)
132
Debug.Assert(
_scalarLength
== 0, "This ReflectedValue refers to an unboxed value type, not a reference type or boxed value type.");
141
Debug.Assert(
_scalarLength
> 0, "This ReflectedValue refers to a reference type or boxed value type, not an unboxed value type");
150
Debug.Assert(
_scalarLength
> 0, "This ReflectedValue refers to a reference type or boxed value type, not an unboxed value type");
151
return
_scalarLength
;