11 references to _flags
Microsoft.CodeAnalysis.Workspaces (11)
FindSymbols\TopLevelSyntaxTree\DeclaredSymbolInfo.cs (11)
105
public DeclaredSymbolInfoKind Kind => GetKind(
_flags
);
106
public Accessibility Accessibility => GetAccessibility(
_flags
);
107
public byte ParameterCount => GetParameterCount(
_flags
);
108
public byte TypeParameterCount => GetTypeParameterCount(
_flags
);
109
public bool IsNestedType => GetIsNestedType(
_flags
);
110
public bool IsPartial => GetIsPartial(
_flags
);
111
public bool HasAttributes => GetHasAttributes(
_flags
);
191
writer.WriteUInt32(
_flags
);
257
&&
_flags
== other.
_flags
266
Hash.Combine((int)
_flags
,