2 overrides of ERR_FunctionPointerTypesInAttributeNotSupported
Microsoft.CodeAnalysis.CSharp (1)
Errors\MessageProvider.cs (1)
253
public override int
ERR_FunctionPointerTypesInAttributeNotSupported
=> (int)ErrorCode.ERR_FunctionPointerTypesInAttributeNotSupported;
Microsoft.CodeAnalysis.Test.Utilities (1)
Mocks\TestMessageProvider.cs (1)
479
public override int
ERR_FunctionPointerTypesInAttributeNotSupported
=> throw new NotImplementedException();
1 reference to ERR_FunctionPointerTypesInAttributeNotSupported
Microsoft.CodeAnalysis (1)
PEWriter\TypeNameSerializer.cs (1)
85
messageProvider.
ERR_FunctionPointerTypesInAttributeNotSupported
,