11 references to _flags
Microsoft.CodeAnalysis.Workspaces (11)
FindSymbols\TopLevelSyntaxTree\DeclaredSymbolInfo.cs (11)
100
public DeclaredSymbolInfoKind Kind => GetKind(
_flags
);
101
public Accessibility Accessibility => GetAccessibility(
_flags
);
102
public byte ParameterCount => GetParameterCount(
_flags
);
103
public byte TypeParameterCount => GetTypeParameterCount(
_flags
);
104
public bool IsNestedType => GetIsNestedType(
_flags
);
105
public bool IsPartial => GetIsPartial(
_flags
);
106
public bool HasAttributes => GetHasAttributes(
_flags
);
186
writer.WriteUInt32(
_flags
);
252
&&
_flags
== other.
_flags
261
Hash.Combine((int)
_flags
,