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