Base:
property
Locations
Microsoft.CodeAnalysis.VisualBasic.Symbol.Locations
7 references to Locations
Microsoft.CodeAnalysis.VisualBasic (7)
Compilation\MethodCompiler.vb (1)
593
Debug.Assert(sourceTypeSymbol.
Locations
.Length > 0)
Symbols\Source\SourceMemberContainerTypeSymbol.vb (5)
1359
Debug.Assert(
Locations
.Length > 0)
1360
Dim firstLocation = Me.DeclaringCompilation.FirstSourceLocation(
Locations
)
2256
Debug.Assert(Me.
Locations
.Length > 0)
2932
If Me.
Locations
.Length > 1 AndAlso Not Me.IsPartial Then
3845
If (Me.
Locations
.Length > 1 AndAlso Not Me.IsPartial) Then
Symbols\SynthesizedSymbols\SynthesizedOverridingWitheventsProperty.vb (1)
185
Return _containingType.
Locations