1 write to _underlyingLocal
Microsoft.CodeAnalysis.CSharp (1)
Symbols\UpdatedContainingSymbolLocal.cs (1)
31_underlyingLocal = underlyingLocal;
21 references to _underlyingLocal
Microsoft.CodeAnalysis.CSharp (21)
Symbols\UpdatedContainingSymbolLocal.cs (21)
57UpdatedContainingSymbolAndNullableAnnotationLocal updated => updated._underlyingLocal, 62if (otherSource is null || !_underlyingLocal.Equals(otherSource, compareKind)) 76public override int GetHashCode() => _underlyingLocal.GetHashCode(); 79public override RefKind RefKind => _underlyingLocal.RefKind; 80public override ImmutableArray<Location> Locations => _underlyingLocal.Locations; 81public override ImmutableArray<SyntaxReference> DeclaringSyntaxReferences => _underlyingLocal.DeclaringSyntaxReferences; 82public override string Name => _underlyingLocal.Name; 83public override bool IsImplicitlyDeclared => _underlyingLocal.IsImplicitlyDeclared; 84internal override LocalDeclarationKind DeclarationKind => _underlyingLocal.DeclarationKind; 85internal override SynthesizedLocalKind SynthesizedKind => _underlyingLocal.SynthesizedKind; 86internal override SyntaxNode ScopeDesignatorOpt => _underlyingLocal.ScopeDesignatorOpt; 87internal override bool IsImportedFromMetadata => _underlyingLocal.IsImportedFromMetadata; 88internal override SyntaxToken IdentifierToken => _underlyingLocal.IdentifierToken; 89internal override bool IsPinned => _underlyingLocal.IsPinned; 90internal override bool IsKnownToReferToTempIfReferenceType => _underlyingLocal.IsKnownToReferToTempIfReferenceType; 91internal override bool IsCompilerGenerated => _underlyingLocal.IsCompilerGenerated; 92internal override ScopedKind Scope => _underlyingLocal.Scope; 94_underlyingLocal.GetConstantValue(node, inProgress, diagnostics); 96_underlyingLocal.GetConstantValueDiagnostics(boundInitValue); 98_underlyingLocal.GetDeclaratorSyntax(); 100=> _underlyingLocal.HasSourceLocation;