Base:
property
TypeWithAnnotations
Microsoft.CodeAnalysis.CSharp.Symbols.LocalSymbol.TypeWithAnnotations
2 references to TypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (2)
Lowering\StateMachineRewriter\IteratorAndAsyncCaptureWalker.cs (2)
83
Debug.Assert(local.
TypeWithAnnotations
.IsRestrictedType());
84
diagnostics.Add(ErrorCode.ERR_ByRefTypeAndAwait, local.Locations[0], local.
TypeWithAnnotations
);