Base:
property
TypeWithAnnotations
Microsoft.CodeAnalysis.CSharp.Symbols.PropertySymbol.TypeWithAnnotations
5 references to TypeWithAnnotations
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (3)
Semantics\InitOnlyMemberTests.cs (3)
3904
Assert.Empty(property0.
TypeWithAnnotations
.CustomModifiers);
3992
Assert.Equal("System.Runtime.CompilerServices.IsExternalInit", property0.
TypeWithAnnotations
.CustomModifiers.Single().Modifier.ToTestDisplayString());
3993
Assert.Equal("System.Int32", property0.
TypeWithAnnotations
.Type.ToTestDisplayString());
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\Metadata\PE\LoadingIndexers.cs (1)
732
Assert.NotEqual(returnTypeModoptIndexer.
TypeWithAnnotations
.CustomModifiers.Length, returnTypeModoptIndexer.GetMethod.ReturnTypeWithAnnotations.CustomModifiers.Length);
Microsoft.CodeAnalysis.CSharp.WinRT.UnitTests (1)
Metadata\WinMdDumpTest.cs (1)
137
result.Append(property.
TypeWithAnnotations
);