12 references to ShouldInclude
Microsoft.CodeAnalysis.CSharp (12)
Emitter\Model\EventSymbolAdapter.cs (2)
33
if (addMethod.
ShouldInclude
(context))
40
if (removeMethod.
ShouldInclude
(context))
Emitter\Model\NamedTypeSymbolAdapter.cs (7)
311
if (definition.
ShouldInclude
(context) || !definition.GetAccessors(context).IsEmpty())
434
if (isStruct || f.GetCciAdapter().
ShouldInclude
(context))
446
if (isStruct || f.
ShouldInclude
(context))
632
if ((alwaysIncludeConstructors && method.MethodKind == MethodKind.Constructor) || method is SynthesizedExtensionMarker || method.GetCciAdapter().
ShouldInclude
(context))
644
if ((alwaysIncludeConstructors && m.IsConstructor) || m.
ShouldInclude
(context))
681
if (definition.
ShouldInclude
(context) || !definition.GetAccessors(context).IsEmpty())
693
if (m.
ShouldInclude
(context) || !m.GetAccessors(context).IsEmpty())
Emitter\Model\PropertySymbolAdapter.cs (3)
36
if (getMethod != null && getMethod.
ShouldInclude
(context))
42
if (setMethod != null && setMethod.
ShouldInclude
(context))
48
if ((object)sourceProperty != null && this.
ShouldInclude
(context))