1 write to GuardOpt
System.Reflection.Metadata (1)
System\Reflection\Internal\MemoryBlocks\StreamConstraints.cs (1)
14GuardOpt = guardOpt;
3 references to GuardOpt
System.Reflection.Metadata (3)
System\Reflection\Internal\MemoryBlocks\MemoryBlockProvider.cs (1)
43/// The operations on the stream has to be done under a lock of <see cref="StreamConstraints.GuardOpt"/> if non-null.
System\Reflection\PortableExecutable\PEReader.cs (2)
315if (constraints.GuardOpt != null) 317lock (constraints.GuardOpt)