9 writes to FileGuidByte
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (9)
LexicalAndXml\PreprocessorTests.cs (9)
4135FileGuidByte = new string[] { file, guid, bytes }
4153FileGuidByte = new string[] { file, guid, null }
4170FileGuidByte = new string[] { file, null, null }
4185FileGuidByte = new string[] { null, null, null }
4203FileGuidByte = new string[] { file, guid, bytes }
4222FileGuidByte = new string[] { file, guid, bytes }
4242FileGuidByte = new string[] { file, guid, bytes }
4262FileGuidByte = new string[] { file, null/*guid*/, null/*bytes*/ }
4287FileGuidByte = new string[] { file, guid, bytes }
7 references to FileGuidByte
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (7)