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)
27
Return
_embeddedKind
39
Return EmbeddedSymbolManager.GetEmbeddedTree(Me.
_embeddedKind
)
57
Return other IsNot Nothing AndAlso other.EmbeddedKind = Me.
_embeddedKind
AndAlso other._span.Equals(Me._span)
65
Return Hash.Combine(CInt(
_embeddedKind
).GetHashCode(), _span.GetHashCode())