8 references to Updated
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder_Conversions.cs (1)
3115
ReportUnsafeIfNotAllowed(syntax, diagnostics, disallowedUnder: MemorySafetyRules.
Updated
, customErrorCode: ErrorCode.ERR_UnsafeUninitializedStackAlloc);
Binder\Binder_Expressions.cs (2)
7651
ReportUnsafeIfNotAllowed(node.OperatorToken.GetLocation(), diagnostics, MemorySafetyRules.
Updated
);
9617
ReportUnsafeIfNotAllowed(node.ArgumentList.OpenBracketToken.GetLocation(), diagnostics, MemorySafetyRules.
Updated
);
Binder\Binder_Invocation.cs (1)
2593
ReportUnsafeIfNotAllowed(node, diagnostics, disallowedUnder: MemorySafetyRules.
Updated
);
Binder\Binder_Operators.cs (1)
4091
ReportUnsafeIfNotAllowed(node.OperatorToken.GetLocation(), diagnostics, MemorySafetyRules.
Updated
);
Binder\Binder_Unsafe.cs (3)
111
ReportUnsafeIfNotAllowed(arg, location, diagnostics, disallowedUnder: MemorySafetyRules.
Updated
,
275
Debug.Assert(disallowedUnder is MemorySafetyRules.
Updated
);
304
Debug.Assert(disallowedUnder is MemorySafetyRules.
Updated
);