1 write to _embeddedKind
Microsoft.CodeAnalysis.VisualBasic (1)
Locations\EmbeddedTreeLocation.vb (1)
48_embeddedKind = embeddedKind
4 references to _embeddedKind
Microsoft.CodeAnalysis.VisualBasic (4)
Locations\EmbeddedTreeLocation.vb (4)
27Return _embeddedKind 39Return EmbeddedSymbolManager.GetEmbeddedTree(Me._embeddedKind) 57Return other IsNot Nothing AndAlso other.EmbeddedKind = Me._embeddedKind AndAlso other._span.Equals(Me._span) 65Return Hash.Combine(CInt(_embeddedKind).GetHashCode(), _span.GetHashCode())