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