8 references to Updated
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder_Conversions.cs (1)
3036
ReportUnsafeIfNotAllowed(syntax, diagnostics, disallowedUnder: MemorySafetyRules.
Updated
, customErrorCode: ErrorCode.ERR_UnsafeUninitializedStackAlloc);
Binder\Binder_Expressions.cs (2)
7668
ReportUnsafeIfNotAllowed(node.OperatorToken.GetLocation(), diagnostics, MemorySafetyRules.
Updated
);
9619
ReportUnsafeIfNotAllowed(node.ArgumentList.OpenBracketToken.GetLocation(), diagnostics, MemorySafetyRules.
Updated
);
Binder\Binder_Invocation.cs (1)
2586
ReportUnsafeIfNotAllowed(node, diagnostics, disallowedUnder: MemorySafetyRules.
Updated
);
Binder\Binder_Operators.cs (1)
4066
ReportUnsafeIfNotAllowed(node.OperatorToken.GetLocation(), diagnostics, MemorySafetyRules.
Updated
);
Binder\Binder_Unsafe.cs (3)
109
ReportUnsafeIfNotAllowed(arg, location, diagnostics, disallowedUnder: MemorySafetyRules.
Updated
,
263
Debug.Assert(disallowedUnder is MemorySafetyRules.
Updated
);
286
Debug.Assert(disallowedUnder is MemorySafetyRules.
Updated
);