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