10 references to ERR_UnsupportedProperty1
Microsoft.CodeAnalysis.VisualBasic (6)
Errors\ErrorFacts.vb (1)
421
ERRID.
ERR_UnsupportedProperty1
,
Symbols\Metadata\PE\PEPropertySymbol.vb (2)
75
result._lazyCachedUseSiteInfo.Initialize(ErrorFactory.ErrorInfo(ERRID.
ERR_UnsupportedProperty1
, CustomSymbolDisplayFormatter.QualifiedName(result)))
121
_lazyCachedUseSiteInfo.Initialize(ErrorFactory.ErrorInfo(ERRID.
ERR_UnsupportedProperty1
, CustomSymbolDisplayFormatter.QualifiedName(Me)))
Symbols\PropertySymbol.vb (2)
464
Return code = ERRID.
ERR_UnsupportedProperty1
OrElse code = ERRID.ERR_UnsupportedCompilerFeature
470
Return info IsNot Nothing AndAlso (info.Code = ERRID.
ERR_UnsupportedProperty1
OrElse info.Code = ERRID.ERR_UnsupportedCompilerFeature)
Symbols\Symbol.vb (1)
943
useSiteInfo = New UseSiteInfo(Of AssemblySymbol)(ErrorFactory.ErrorInfo(ERRID.
ERR_UnsupportedProperty1
, CustomSymbolDisplayFormatter.ShortErrorName(Me)))
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (4)
SymbolsTests\Source\PropertyTests.vb (4)
5514
Diagnostic(ERRID.
ERR_UnsupportedProperty1
, "StaticAndInstance").WithArguments("Signatures.StaticAndInstance"),
5515
Diagnostic(ERRID.
ERR_UnsupportedProperty1
, "GetUsedAsSet").WithArguments("Signatures.GetUsedAsSet"),
5628
Assert.Equal(ERRID.
ERR_UnsupportedProperty1
, staticAndInstance.GetUseSiteErrorInfo().Code)
5634
Assert.Equal(ERRID.
ERR_UnsupportedProperty1
, getUsedAsSet.GetUseSiteErrorInfo().Code)