3 references to Fixed
Microsoft.CodeAnalysis.CSharp (3)
Parser\LanguageParser.cs (3)
4795
type, this.ParseFieldDeclarationVariableDeclarators(type, VariableFlags.
Fixed
, parentKind)),
5168
flags |= VariableFlags.
Fixed
;
5299
bool isFixed = (flags & VariableFlags.
Fixed
) != 0;