3 references to Sentinel
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\LocalFunctionOrSourceMemberMethodSymbol.cs (3)
19
_lazyIteratorElementType = TypeWithAnnotations.Boxed.
Sentinel
;
27
if (_lazyIteratorElementType == TypeWithAnnotations.Boxed.
Sentinel
)
36
Interlocked.CompareExchange(ref _lazyIteratorElementType, new TypeWithAnnotations.Boxed(elementType), TypeWithAnnotations.Boxed.
Sentinel
);