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