6 references to IsPartial
Microsoft.CodeAnalysis.VisualBasic (6)
Analysis\InitializerRewriter.vb (1)
98
If methodMember.
IsPartial
Then
Binding\SyntheticBoundTrees\SynthesizedPropertyAccessorBase.vb (1)
152
If methodMember.
IsPartial
Then
Compilation\MethodCompiler.vb (2)
666
If method.
IsPartial
() Then
1214
Debug.Assert(Not (method.
IsPartial
AndAlso method.PartialImplementationPart Is Nothing))
Lowering\AsyncRewriter\AsyncRewriter.vb (1)
365
Debug.Assert(Not method.
IsPartial
)
Lowering\StateMachineRewriter\StateMachineTypeSymbol.vb (1)
31
Debug.Assert(Not kickoffMethod.
IsPartial
OrElse kickoffMethod.PartialImplementationPart Is Nothing)