18 references to IsPartial
Microsoft.CodeAnalysis.VisualBasic (18)
Symbols\MethodSymbolExtensions.vb (2)
67Return sourceMethod IsNot Nothing AndAlso sourceMethod.IsPartial 77Return sourceMethod IsNot Nothing AndAlso sourceMethod.IsPartial AndAlso sourceMethod.OtherPartOfPartial Is Nothing
Symbols\Source\SourceComplexParameterSymbol.vb (1)
306(method IsNot Nothing AndAlso method.IsPartial) Then
Symbols\Source\SourceMemberContainerTypeSymbol.vb (2)
1749If method IsNot Nothing AndAlso method.IsPartial AndAlso method.MethodKind = MethodKind.Ordinary Then 1826ElseIf Not candidate.IsPartial Then
Symbols\Source\SourceMemberMethodSymbol.vb (10)
128If Me.IsPartial Then 153If Me.IsPartial Then 219Dim methodImpl As SourceMemberMethodSymbol = If(Me.IsPartial, SourcePartialImplementation, Me) 358If Me.IsPartial Then 389Debug.Assert(Not Me.IsPartial) 417If Me.IsPartial AndAlso Me.OtherPartOfPartial IsNot Nothing Then 445Return Me.IsPartial 532Debug.Assert(definition.IsPartial) 533Debug.Assert(implementation Is Nothing OrElse Not implementation.IsPartial) 542If Me.IsPartial Then
Symbols\Source\SourceMethodSymbol.vb (3)
125If methodSym.IsPartial AndAlso methodSym.IsSub Then 1767Dim methodImpl As MethodSymbol = If(Me.IsPartial, PartialImplementationPart, Me) 1837Dim methodImpl As SourceMethodSymbol = TryCast(If(Me.IsPartial, PartialImplementationPart, Me), SourceMethodSymbol)