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