8 references to Updated
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder_Expressions.cs (2)
7681
ReportUnsafeIfNotAllowed(node.OperatorToken.GetLocation(), diagnostics, MemorySafetyRules.
Updated
);
10300
ReportUnsafeIfNotAllowed(node.ArgumentList.OpenBracketToken.GetLocation(), diagnostics, MemorySafetyRules.
Updated
);
Binder\Binder_Invocation.cs (1)
2618
ReportUnsafeIfNotAllowed(node, diagnostics, disallowedUnder: MemorySafetyRules.
Updated
);
Binder\Binder_Operators.cs (1)
4091
ReportUnsafeIfNotAllowed(node.OperatorToken.GetLocation(), diagnostics, MemorySafetyRules.
Updated
);
Binder\Binder_Unsafe.cs (4)
113
ReportUnsafeIfNotAllowed(arg, location, diagnostics, disallowedUnder: MemorySafetyRules.
Updated
,
170
ReportUnsafeIfNotAllowed(node, diagnostics, disallowedUnder: MemorySafetyRules.
Updated
, customErrorCode: ErrorCode.ERR_UnsafeUninitializedStackAlloc);
294
Debug.Assert(disallowedUnder is MemorySafetyRules.
Updated
);
323
Debug.Assert(disallowedUnder is MemorySafetyRules.
Updated
);