3 references to Fixed
Microsoft.CodeAnalysis.CSharp (3)
Parser\LanguageParser.cs (3)
4482
this.ParseVariableDeclarators(type, VariableFlags.
Fixed
, variables, parentKind);
4847
flags |= VariableFlags.
Fixed
;
4978
bool isFixed = (flags & VariableFlags.
Fixed
) != 0;