14 references to Kind
Microsoft.CodeAnalysis (1)
src\Dependencies\CodeAnalysis.Debugging\CustomDebugInfoReader.cs (1)
882var id = reader.GetGuid(info.Kind);
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (5)
Emit\EditAndContinue\EditAndContinueTests.cs (1)
13462Assert.Empty(pdbReader.CustomDebugInformation.Select(cdi => pdbReader.GetGuid(pdbReader.GetCustomDebugInformation(cdi).Kind)));
PDB\PDBSourceLinkTests.cs (1)
96where pdbReader.GetGuid(cdi.Kind) == PortableCustomDebugInfoKinds.SourceLink
PDB\PortablePdbTests.cs (2)
314where pdbReader.GetGuid(cdi.Kind) == PortableCustomDebugInfoKinds.SourceLink 357where pdbReader.GetGuid(cdi.Kind) == PortableCustomDebugInfoKinds.SourceLink
PDB\TypeDefinitionDocumentTests.cs (1)
478where pdbReader.GetGuid(entry.Kind).Equals(PortableCustomDebugInfoKinds.TypeDefinitionDocuments)
Microsoft.CodeAnalysis.Debugging.Package (1)
CustomDebugInfoReader.cs (1)
882var id = reader.GetGuid(info.Kind);
Microsoft.CodeAnalysis.Features (1)
src\Dependencies\CodeAnalysis.Debugging\CustomDebugInfoReader.cs (1)
882var id = reader.GetGuid(info.Kind);
Microsoft.CodeAnalysis.Rebuild (2)
CompilationOptionsReader.cs (2)
202where PdbReader.GetGuid(cdi.Kind) == EmbeddedSourceGuid 432where PdbReader.GetGuid(cdi.Kind) == infoGuid
Microsoft.CodeAnalysis.Test.Utilities (3)
Metadata\MetadataReaderUtils.cs (2)
268where reader.GetGuid(cdi.Kind) == PortableCustomDebugInfoKinds.SourceLink 276where reader.GetGuid(cdi.Kind) == PortableCustomDebugInfoKinds.EmbeddedSource
PDB\DeterministicBuildCompilationTestHelpers.cs (1)
101where pdbReader.GetGuid(cdi.Kind) == infoGuid
Roslyn.Test.PdbUtilities (1)
Reader\PdbTestUtilities.cs (1)
71var id = reader.GetGuid(info.Kind);