1 write to Index
System.Private.Reflection.Execution (1)
Internal\Reflection\Execution\ExecutionEnvironmentImplementation.ManifestResources.cs (1)
138
Index
= index;
3 references to Index
System.Private.Reflection.Execution (3)
Internal\Reflection\Execution\ExecutionEnvironmentImplementation.ManifestResources.cs (3)
88
Debug.Assert(resourceInfo.
Index
>= 0 && resourceInfo.Length >= 0 && (uint)(resourceInfo.
Index
+ resourceInfo.Length) <= cbBlob);
89
return new UnmanagedMemoryStream(pBlob + resourceInfo.
Index
, resourceInfo.Length);